home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PTRP10 / TEST3.TRP < prev    next >
Text File  |  1994-05-16  |  167b  |  8 lines

  1. procedure main
  2.         local 
  3.                 variable : integer;
  4.         endvar
  5.         variable := 5 + 2
  6.         writeln("The Variable : ", variable)
  7. endproc
  8.